.blgcomment-list>li:nth-child(n+2) {
    margin-block-start: 15px !important;
}
.custom-card {
    border: 1px solid #ced4da;
}
.customizer-action svg{
    width: 23px !important;
    color: #ffffff !important;
}
.active-mode{
    border: solid 2px #000000 !important;
}
.property-img{
    max-width: 507px;
    max-height: 286px;
}
.text-justify{
    text-align: justify;
}
.custom .media{
    padding: 10px !important;
}
.user-avatar{
    width: 30px;
    height: 30px;
}
@media only screen and (max-width: 410px) {
    .header_li {
        display: none !important;
    }
}
.blgcomment-list li .media img{
    width: auto;
    height: 40px !important;
}

#card-element {
    border: 1px solid #e5e5e5 !important;
    border-radius: 5px !important;
    padding: 13px !important;
}
.codex-sidebar .logo-gridwrap{
    padding: 0px 16px !important;
}

.setting-logo{
    width:300px !important;;
}

.landing-logo{
    width: 180px !important;
}
.lan-footer .codex-brand{
    margin-block-end: 0px !important;
}
.email-sidebar ul.custom-sidebarmenu-list {
    margin-block-start: 0px;
}
.invoice-logo{
    width: 250px;
}

.codex-calendar .events-list li{
    font-size: 13px;
    font-weight: 500;
    padding: 10px 10px;
    border-radius: 5px;
    color: #fff;
    line-height: 1;
}
.codex-calendar .events-list{
    overflow: auto;
    height: 863px;
}
.landing_logo{
    filter: drop-shadow(2px 3px 7px #011C4B);
}
.head-invoice img{
    width: 250px;
}
.cdx-invoice .body-invoice .table tr td{
    padding: 10px 10px !important;
}

.codex-brand img {
    width: 300px;
}
.intro {
    background-repeat: no-repeat;
    background-size: cover;
}

.landing_dash {
    position: absolute;
    right: 0px;
    top: 50%;
    left: auto;
    bottom: 0;
    transform: translateY(-50%);
    overflow: hidden;
    height: 572px;
    display: flex;
    align-items: center;
    width: 60%;
}

.landing_dash img {
    object-fit: cover;
    position: relative;
    right: -220px;
    border-radius: 10px;
    left: auto;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 1440px) {
    .landing_dash {
        display: none;
    }
}

.lan-footer {
    text-align: center;
    background-color: unset;
}
.lan-footer .support-contain p {
    color: #051722;
    font-size: calc(16px + 4*(100vw - 420px) / 1500);
}

.ckeditor {
    resize: both; /* Allows both horizontal and vertical resizing */
    overflow: auto; /* Add scrollbars if the content exceeds the area */
    min-width: 300px; /* Minimum width */
    min-height: 200px; /* Minimum height */
    border: 1px solid #ccc; /* Optional: Add a border */
}

/* New Css Added By LKJ - 30052025 - START */
table ul,
table ol {  
  padding-left: 1.5rem !important;
  margin: 0.5rem 0;  
}
table li {
    display: list-item !important;
    list-style: inherit !important;
}

table p {
    white-space: normal;
}

.common-dash tr td i {
    font-size: inherit;    
}

.card .card-header {
    padding-block-end: 25px;
}

.paging_simple_numbers {
    display: flex;
}

.common-dash tr td {
    white-space: normal !important;
    word-wrap: break-word;
    word-break: break-word;
}
#observation_text ul, #observation_text ol {
    margin: inherit;
    padding: inherit;
}

#observation_text li {
    list-style: inherit !important;
}
#observation_text p {
    color: #000;
}
.tox .tox-menu .tox-insert-table-picker__selected,
.tox .tox-insert-table-picker__cell--hover {
    background-color: #3399ff !important;
    outline: 1px solid #ccc !important;
}
/* New Css Added By LKJ - END */
